Socket
Socket
Sign inDemoInstall

@binder/ui

Package Overview
Dependencies
96
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @binder/ui

[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://binder-ui.netlify.com/) [![npm version](https://badge.fury.io/js/%40binder%2Fui.svg)](https://www.npmjs.com/package/@binder/ui)


Version published
Maintainers
1
Install size
20.3 MB
Created

Readme

Source

binder-ui

Storybook npm version

📦 Install

npm i @binder/ui

yarn add @binder/ui

🔨 Usage

import {
  ThemeProvider,
  theme,
  Button,
  ButtonType,
  SearchBar
} from "@binder/ui";

const App = () => (
  <ThemeProvider theme={theme}>
    <SearchBar />
    <Button label="Press me!" buttonType={ButtonType.primary} />
  </ThemeProvider>
);

⬆️ Development directions

  1. Clone this repo: git clone https://github.com/marcelovicentegc/binder-ui.git
  2. cd into it: cd binder-ui
  3. Install its dependencies (use npm): npm i
  4. Run the application: npm start

🤝 Contributing

  1. Create your own branch from develop
  2. Make the changes you wish
  3. Write or rewrite the unit tests, if necessary
  4. Document what has been altered on storybook, if necessary
  5. Open a pull request pointing to develop
  6. That's it! 🤓

Keywords

FAQs

Last updated on 09 Mar 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