0.1.0 • Published 4 years ago

ini-design-tes v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Getting Started

npm install ini-design
yarn add ini-design

Usage

import "ini-design/dist/ini.scss"
import { IniButton } from 'ini-design';

const App = () => {
  return (
    <>
      <IniButton theme="primary">Click Me</IniButton>
    </>
  )
}
0.1.0

4 years ago