mystack-ui
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

mystack-ui

  • mystack-ui is a component library with React, Typescript, Vite and Tailwind CSS.

See the Full Documentation

Install

  npm install mystack-ui
  # or
  yarn add mystack-ui

Usage

follow process to add tailwind css in your project https://tailwindcss.com/docs/installation/using-postcss

  • Import components and use them.
import { Button } from 'mystack-ui'

const App = () => {
  return (
    <div>
      <Button buttonType="outline" label="test" />
    </div>
  )
}

Roadmap

  • Button ✔️
  • Checkbox ✔️
  • Input 🚧
  • Select 🚧

Readme

Keywords

none

Package Sidebar

Install

npm i mystack-ui

Weekly Downloads

9

Version

1.2.0

License

MIT

Unpacked Size

830 kB

Total Files

22

Last publish

Collaborators

  • vilassagar