0.1.28 • Published 2 years ago

@hudoro/neron v0.1.28

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

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

0.1.27

2 years ago

0.1.28

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago