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

salad-ui

Package Overview
Dependencies
Maintainers
3
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

salad-ui

Reusable React UI Components Toolkit

  • 1.1.55
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
296
increased by996.3%
Maintainers
3
Weekly downloads
 
Created
Source

SaladUI

SaladUI provides a collection of simple React Components to build Universal apps.

Usage

You can either include all the components:

npm i --save salad-ui
import Salad from 'salad-ui'
class myComponent extends React.Component{
  render(){
     return <Salad.Form.Autocomplete/>
  }
}

Or some of the elements separately (lightweight!)

npm i --save salad-ui.form
import { Autocomplete } from 'salad-ui.form'
class myComponent extends React.Component{
  render(){
     return <Autocomplete/>
  }
}

Documentation

Salad-UI.com

Development

If you would like to contribute, feel free to submite pull requests/contact us directly. Salad-UI intends to develop simple, lightweight components that can be re-used accross various applications and environents.

Requirements: Sass gem install sass Node (tested in latest) Npm (tested in latest)

Developing? run npm run build in one terminal tab, and then npm run dev in another. Production? run npm run pub to directly publish to NPM, or npm run dist to only generate files. Demo page? To generate the demo client JS, run npm run dist:demo.

Keywords

FAQs

Package last updated on 07 Nov 2017

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