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

awesome-react-components

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-react-components

React Components created with new React APIs for best performance.

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

awesome-react-components

React Components created with new React APIs for best performance.

And write with TypeScript, Unit Testing with Jest.

An awesome React components library.

CircleCI branch Codecov Dependencies DevDependencies

npm package NPM downloads Percentage of issues still open

✨ Features

  • Written in React16.7.0-alpha.2, TypeScript3.1

🖥 Environment Support

  • Modern browsers and Internet Explorer 11, Internet Edge
  • Server-side Rendering
  • Electron

📦 Install

yarn add awesome-react-components

🔨 Usage

import * as React from 'react'
import * as ReactDOM from 'react-dom'
import { Button } from 'awesome-react-components'

ReactDOM.render(<Button type="primary" />, document.querySelector('#app'))

and import style manually

import 'awesome-react-components/dist/arc.css' // or 'awesome-react-components/dist/arc.css'

⌨️ Development

$ git clone git@github.com:guonanci/awesome-react-components.git
$ cd awesome-react-components
$ yarn
$ yarn start

Open your browser and visit http://127.0.0.1:8001 .

🤝 Contributing PRs Welcome

Let's build a better awesome-react-components together.

We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues.

Keywords

FAQs

Package last updated on 04 Dec 2018

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