1.2.0 • Published 2 years ago

mystack-ui v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago