Socket
Socket
Sign inDemoInstall

@benoitgrelard/bits

Package Overview
Dependencies
98
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @benoitgrelard/bits

A design system generated using Modulz


Version published
Weekly downloads
17
increased by6.25%
Maintainers
1
Install size
18.7 MB
Created
Weekly downloads
 

Readme

Source

Bits is a design system built for Benoit Inc. (dev) using Modulz

Using this package

Step 1: Install Bits from npm

Install @benoitgrelard/bits using your package manager:

yarn add @benoitgrelard/bits
Step 2: Import & use your components

Your components are ready to use! All components are imported directory from @benoitgrelard/bits:

import { Card, Input, Box, Container } from '@benoitgrelard/bits';
Step 3: Wrap your app in BitsProvider

To access the default theme, you must import and wrap your app with the BitsProvider:

import { BitsProvider } from '@benoitgrelard/bits';

const App = () => <BitsProvider>Hey there👋</BitsProvider>;

FAQs

Last updated on 15 Apr 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc