0.1.2-rc.2 • Published 7 years ago
timcowebapps-react-buttons v0.1.2-rc.2
React-Buttons 
Микрокомпонент базовой кнопки.
Установка
$ npm i -S timcowebapps-react-buttons
Настройка webpack
{
// ...
resolve: {
alias: {
'timcowebapps-react-buttons-dir': path.resolve(__dirname, 'node_modules', 'timcowebapps-react-buttons', 'lib')
}
}
// ...
}
Применение
import Button from 'timcowebapps-react-buttons';
const styles: any = require('timcowebapps-react-buttons-dir/button.scss');
<Button schema={{
properties: {
tag: "button",
classes: styles.btn
}
}}>Button content</Button>
Property | Type | Default | Description |
---|---|---|---|
schema | any | - |
0.1.2-rc.2
7 years ago
0.1.2-rc.1
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0-rc.1
8 years ago
0.1.0
8 years ago