1.2.0 • Published 1 year ago

mystack-ui v1.2.0

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

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

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

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

Roadmap

  • Button :heavy_check_mark:
  • Checkbox :heavy_check_mark:
  • Input :construction:
  • Select :construction:
1.2.0

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago