1.0.3 • Published 2 years ago

@magicniclus/button v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Getting Started with Components

Instalation

npm i @magicniclus/button

Usage

import { SelectButton } from '@magicniclus/button'

function App() {
  return (
    <div className="App">
      <SelectButton />
      ...
    </div>
  );
}
export default App;