Socket
Book a DemoInstallSign in
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.

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
6
-89.83%
Maintainers
2
Weekly downloads
 
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

ui-library

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