Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

class101-ui

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

class101-ui

A React-based UI Component Library, powered by Class101.

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

C

npm MIT docs

Class101 UI

A React-based UI Component Library, powered by Class101.

View the full documentation ▸

Install

npm install --save class101-ui

Usage

import React, { Component } from 'react'

import { Button } from 'class101-ui'

class Example extends Component {
  render () {
    return (
      <Button>
        Hello, world!
      </Button>
    )
  }
}

🎉 Worked

  • Grid System(Responsive)
  • Typography(Responsive tag and styles)
  • Colors
  • Button(Support Anchor Button)
  • Input
  • Textarea
  • Progress Bar
  • Progress State
  • Spinner
  • Bottom Sheet
  • Badge
  • Form Group
  • Control Group

These are at Class101 UI Documents Site.

🚀 Roadmap

  • Card
  • Tabs
  • Breadcrumb
  • Sync Image
  • Darkness Skin

📝 License

Licensed under the MIT License, Copyright (c) 2018 pedaling.

See LICENSE for more information.

Keywords

FAQs

Package last updated on 08 Jan 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