Support default tooltip on pagination button and able to customize them(c530474) Check example to learn how to custom tooltip for page list button v3.0.0 (2017-02-06) Features Support Keyboard navigation Check examples Enhancement More easy to custom table(toolbar, button, pagination etc.)...
Sortable.create(el,{group:"localStorage-example",store:{/*** Get the order of elements. Called once during initialization.*@param{Sortable} sortable*@returns{Array}*/get:function(sortable){varorder=localStorage.getItem(sortable.options.group.name);returnorder?order.split('|'):[];},/*** Save...
Example form when all is said and done: class MyForm extends React.Component { render() { return ( <form> {/* type prop defaults to 'text' */} <Input label='Text' placeholder='Enter text' /> <Input type='email' label='Email' placeholder='Enter email' /> <TextArea label='Text ...
Material UI Code Example import React from 'react'; import RaisedButton from 'material-ui/RaisedButton'; const MyAwesomeReactComponent = () => ( <RaisedButton label="Default" /> ); export default MyAwesomeReactComponent; import React from 'react'; import ReactDOM from 'react-dom'; import ...
import { Navbar, Jumbotron, Button } from 'react-bootstrap'; Now you are ready to use the imported React Bootstrap components within your component hierarchy defined in the render method. Here is an example App.js redone using React Bootstrap. Using a Custom Theme Sometimes you might need ...
4f37560 [fixed] Update classnames dep version for Bower f6e7d67 [fixed] Bower cannot use code from react/lib. 1531ac9 [added] DropdownButton now applies onClick prop to Button ecb0861 [fixed] Fix propType warning in ButtonInputExample 592a346 [fixed] Forward classes to panel titlev...
Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Ember, Knockout and any CSS library, e.g. Bootstrap. - Easy10010/Sortable
Sortable.create(el, { group: "localStorage-example", store: { /** * Get the order of elements. Called once during initialization. * @param {Sortable} sortable * @returns {Array} */ get: function (sortable) { var order = localStorage.getItem(sortable.options.group.name); return order ?
Sortable.create(el, { group: "localStorage-example", store: { /** * Get the order of elements. Called once during initialization. * @param {Sortable} sortable * @returns {Array} */ get: function (sortable) { var order = localStorage.getItem(sortable.options.group); return order ? order...
Sortable.create(el, { group: "localStorage-example", store: { /** * Get the order of elements. Called once during initialization. * @param {Sortable} sortable * @returns {Array} */ get: function (sortable) { var order = localStorage.getItem(sortable.options.group.name); return order ?