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

@class101/ui

Package Overview
Dependencies
Maintainers
17
Versions
400
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.

  • 9.3.3-rc21
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
140
decreased by-48.72%
Maintainers
17
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
yarn add @class101/ui

Usage

import React, { Component } from 'react';

import { Button } from '@class101/ui';

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

🎉 Worked

  • Responsive Grid System
  • Typography
  • Icon
  • Colors
  • Button
  • Input
  • Select
  • Textarea
  • Progress Bar
  • Progress State
  • Spinner
  • Bottom Sheet
  • Badge
  • Form Group
  • Control Group
  • Tabs
  • Navigation
  • Toast
  • TagInput
  • FilterList
  • DatePicker
  • Dialog

These are at Class101 UI Documents Site.

🚀 Roadmap

  • Card
  • Breadcrumb
  • Darkness Theme
  • Table

📝 License

Licensed under the MIT License, Copyright (c) 2020 Class101, Co. LTD.

See LICENSE for more information.

Keywords

FAQs

Package last updated on 07 Jun 2021

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