@hudoro/neron
v0.1.28
Published
Design System For Web Application
Downloads
63
Readme
Instalation
Using npm:
$ npm i @hudoro/neron styled-components
Using yarn:
$ yarn add @hudoro/neron styled-components
Note: styled-components is required for this library.
For more information about styled-components
Basic Usage
import { Avatar } from "@hudoro/neron";
export default function App() {
return (
<Avatar
src="https://i.pinimg.com/originals/56/4a/2b/564a2b415569179ae577e79e4f9cb666.jpg"
size="m"
/>
);
}
Storybook
You can test our components here
Typeface
If you want to use our typeface which are Poppins and OpenSans, You have to import those fonts from Google Fonts
Contributing
Check out the Contributing Guidelines