0.2.1 • Published 5 years ago

a119 v0.2.1

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

Overview

React Design System. I'm certainly crazy but I want to create my own UI Framework to develop React applications faster. I will regularly update this readme to show the new components. I'll see what it gives. I'm not in a hurry. A better documentation will come soon. If you like it, feel free to star this repo ! :3

Demo

Check this out and have fun : https://codesandbox.io/s/n15n00o8z4

Screenshots

Installation and usage

Install package :

npm install a119

Import one component :

import { Avatar } from "a119";

Or multiple components :

import { Avatar, AvatarGroup } from "a119";

Props

Avatar

PropDefaultRequiredTypeExample
srcXYesstringX
altXYesstringX
sizemediumNostringtiny small medium large big
variantcircleNostringsquare circle
presenceXNostringonline busy away focus offline
onClickXNofunction() => alert("Hello world !");
classNameXNostringX

AvatarGroup

Soon !

Badge

PropDefaultRequiredTypeExample
valueXYesnumberX
typesecondaryNostringprimary secondary success warning danger help

Button

PropDefaultRequiredTypeExample
textXYesstringX
typesecondaryNostringprimary secondary success warning danger help
variantXNostringoutlined dashed link
classNameXNostringX
isDisabledfalseNobooleantrue false
isLoadingfalseNobooleantrue false
onClickXNofunction() => alert("Hello world !");
fullwidthfalseNobooleantrue false

ButtonGroup

Soon !

Switch

Soon !

Star, Fork, Clone & Contribute

Feel free to contribute on this repository. If my work helps you, please give me back with a star. This means a lot to me and keeps me going!

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago