2.1.2 • Published 1 year ago

@ig-ui/react v2.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@ig-ui/react

npm version npm downloads

Package of React components usage in Ignite applications.

👀 What is Ignite?

The Ignite is program of bootcamp for especialization in JavaScript ecosystem, mantened by Rocketseat, on focused in React.js, React Native and Node.js. All components this package they are used in web applications developing with React.js.

⚙️ Install

Install in your project:

npm i @ig-ui/react

📖 Usage

Example

import { Button } from '@ig-ui/react'

export function App() {
  return (
    <div>
      <Button variant="secondary" size="sm">Click me</Button>
    </div>
  )
}

📚 Documentation

For complete usage, please see Documentation in Storybook, and for more details consult the repository on GitHub.

License

MIT