riot-bootstrap icon indicating copy to clipboard operation
riot-bootstrap copied to clipboard

Bootstrap-like Components for Riot.js

Results 10 riot-bootstrap issues
Sort by recently updated
recently updated
newest added

It seems the issue is related to passing a data to inner tag: ` {daynum}` If I change `` for ``, all works fine

Add support for inputs and input-groups. Plain text and buttons are currently supported in the inp-group-addon.

I would be nice to have navbar support. http://getbootstrap.com/components/#navbar

Sliders would be nice!

enhancement

I installed `riot-bootstrap` with npm. I'm bundling my app with webpack. In my `index.js` file I import `riot-bootstrap` like so: ``` import 'riot-bootstrap' ``` This pulls all `riot-bootstrap` tags in...

Hello, I think components should have prefix like `ui-`. Example: ``, ``. For separate riot-bootstrap and app components.

enhancement
question

@cognitom hi. Current logic of riot requires an wrapper for all its tags. This ``` html Primary ``` renders ``` html Primary ``` This scheme complicates the integration of riot...

I've recently contributed stylus support for riot. https://github.com/riot/riot/pull/1069 There are a number of bootstrap stylus modules on npm - ie https://github.com/maxmx/bootstrap-stylus These contain the css for each module as a...

FYI when I run the demo in IE11 I get `Invalid argument` on line 833 of Riot.js. `attrName` is undefined. This is during riot.mount('app') in an update() call. ``` if...

bug