@ig-ui/react
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

@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

/@ig-ui/react/

    Package Sidebar

    Install

    npm i @ig-ui/react

    Weekly Downloads

    1

    Version

    2.1.2

    License

    MIT

    Unpacked Size

    154 kB

    Total Files

    28

    Last publish

    Collaborators

    • luismda