ncc-react
v1.0.5
Published
A component library for React
Downloads
1
Readme
README ncc-react
A component library for React
npm install --save ncc-react
import { NccButton } from 'ncc-react';
export default function App() {
return (
<div className="App">
<NccButton text='Click me'/>
</div>
);
}