@tiendanube/styles
v1.0.26
Published
Shareable styles
Downloads
100
Readme
@tiendanube/styles
Shareable styles
Install
Usage
import React, { Component } from 'react';
import MyComponent from 'external-library-components';
import '@tiendanube/styles/css/index.css';
class Example extends Component {
render() {
return <MyComponent className="my-custom-class__primary" />;
}
}
License
MIT © tiendanube