Skip to content

gofynd/nitrozen-vue

Repository files navigation

@gofynd/nitrozen-vue

Vue component library inspired from Nitrozen design system

Getting started

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.

Usage

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>

Example:

🔥 Components revamped:

More coming soon!

For a full list of components available & it's detailed documentation, checkout our Storybook.

🏆 Contributors

📖 API Documentation

If you're looking for @gofynd/nitrozen-vue API documentation, check out:

📝 License

Licensed under the Apache 2.0 License