2.6.4 • Published 5 years ago
locomotive-ds v2.6.4
locomotive design system
locomotive design system
Install
npm install --save locomotive-ds
npm install --save recharts
npm install --save overlayscrollbars overlayscrollbars-react
npm install --save html-react-parser
npm install --save faker
Update
npm install --save locomotive-ds@latest
Dependencies
Usage
import React, { Component } from "react";
import { MyComponent } from "locomotive-ds/dist";
import "locomotive-ds/dist/index.css";
class Example extends Component {
render() {
return <MyComponent />;
}
}