Skip to content

khushnoodhussain/nitrozen-vue

This branch is 3 commits behind gofynd/nitrozen-vue:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2023
Mar 15, 2023
Feb 12, 2023
Mar 27, 2020
Mar 24, 2023
Mar 24, 2023
Mar 14, 2023
Mar 23, 2023
Dec 29, 2020
Feb 28, 2020
Feb 27, 2023
Feb 6, 2023
Mar 16, 2023
Apr 21, 2020
Feb 12, 2023
Mar 23, 2023
May 11, 2020
Feb 12, 2023
Feb 12, 2023
Mar 24, 2023
Mar 24, 2023
Mar 28, 2020

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

About

Nitrozen Design (Alpha) for Vue by Fynd

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 48.1%
  • JavaScript 33.3%
  • Less 18.3%
  • Other 0.3%