Vue component library inspired from Nitrozen design system
To install @gofynd/nitrozen-vue
in your project, you will need to run the following
command using npm:
npm install -S @gofynd/nitrozen-vue
If you prefer Yarn, use the following command instead:
yarn add @gofynd/nitrozen-vue
- Nitrozen component library can be consumed by all Vue projects.
The @gofynd/nitrozen-vue
package provides components and icons for the Nitrozen Design
System.
To use a component, you can import it directly from the package:
<template>
<nitrozen-button>Button</nitrozen-button>
</template>
<script>
import { NitrozenButton } from '@gofynd/nitrozen-vue'
export default {
name: 'Component',
components: {
NitrozenButton
}
}
</script>
More coming soon!
For a full list of components available & it's detailed documentation, checkout our Storybook.
If you're looking for @gofynd/nitrozen-vue
API documentation, check out:
Licensed under the Apache 2.0 License