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

belle

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

belle

React Components with a great UX

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
36
increased by16.13%
Maintainers
1
Weekly downloads
 
Created
Source

Belle

React Components with a great User Experience.

Notice: Keep in mind this library is early stage and might change a lot soon.

Getting started

With npm do:

npm install belle

Import & use the Belle components

"use strict";

import React, {Component} from 'react';
import {Input} from 'belle';

class App extends Component {

  render() {
    return <div style={ {width: 250} }>
      <Input defaultValue="Update me and see how the input grows …" />
    </div>
  }
}

React.render(<App/>, document.getElementById('body'));

Checkout the examples app to learn about the implemented components.

Development

Whenever you change something in src/ you can compile it during development with

npm start

To run the examples you should run npm start in the examples folder as well.

Use python -m SimpleHTTPServer 8310 in the examples folder to run it on localhost. In order to make Belle available in the exampled you need to manually create a link inside like this ln -s ../../ belle.

License

MIT

This library also contains a copy of the React Software which is licensed under BSD.

Keywords

FAQs

Package last updated on 21 Mar 2015

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