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

salad-ui.form

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
s

salad-ui.form

Reusable React UI Components Toolkit

1.1.43
71

Supply Chain Security

100

Vulnerability

84

Quality

83

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Uses eval

Supply chain risk

Package uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Found 1 instance in 1 package

Dependencies have 20 high alerts.

Socket optimized override available and High CVE

Version published
Weekly downloads
268
26700%
Maintainers
3
Weekly downloads
 
Created
Issues
2

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.

FAQs

Package last updated on 28 Feb 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