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

@accurat/react-components

Package Overview
Dependencies
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accurat/react-components

Collection of React components used for Accurat projects.

  • 0.6.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
30
increased by87.5%
Maintainers
9
Weekly downloads
 
Created
Source

Accurat React Components

Collection of React components used for Accurat projects.

The purpose is to provide ready-to-use, easily customizable UI components to set up web projects. They're also useful for quick prototypes.

Install

yarn add @accurat/react-components

Usage

import { Button, Select, Checkbox } from '@accurat/react-components'

The component is designed to be easily customizable using tachyons classes, like this:

<Button className="br-pill bg-blue hover-bg-dark-blue">Click</Button>

Alternatively, you can also pass a style attribute as a prop.

<Button style={{ backgroundColor: 'blue' }}>Click</Button>

Keywords

FAQs

Package last updated on 16 Mar 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