New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

a119

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a119

React Framework UI.

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

A119

NPM npm npm npm bundle size GitHub last commit

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

avatar avatar-group button button-group switch badge more

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!

Keywords

FAQs

Package last updated on 27 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc