All Projects → AlgusDark → Bloomer

AlgusDark / Bloomer

Licence: mit
A set of React components for Bulma CSS Framework

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Bloomer

Kit
Tools for developing, documenting, and testing React component libraries
Stars: ✭ 1,201 (+75.84%)
Mutual labels:  components, jsx
Redux React Starter
DEPRECATED use the new https://github.com/didierfranc/react-webpack-4
Stars: ✭ 137 (-79.94%)
Mutual labels:  components, jsx
Buefy
Lightweight UI components for Vue.js based on Bulma
Stars: ✭ 9,025 (+1221.38%)
Mutual labels:  components, bulma
Preact
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
Stars: ✭ 30,527 (+4369.55%)
Mutual labels:  components, jsx
React Scanner
Extract React components and props usage from code.
Stars: ✭ 176 (-74.23%)
Mutual labels:  components, jsx
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+149.78%)
Mutual labels:  components, jsx
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (-83.31%)
Mutual labels:  components, jsx
hsx
Static HTML sites with JSX and webpack (no React).
Stars: ✭ 15 (-97.8%)
Mutual labels:  components, jsx
Lucid
A UI component library from AppNexus.
Stars: ✭ 171 (-74.96%)
Mutual labels:  components, jsx
Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Bulma, AntDesign, and Material.
Stars: ✭ 2,103 (+207.91%)
Mutual labels:  components, bulma
Crank
Write JSX-driven components with functions, promises and generators.
Stars: ✭ 2,487 (+264.13%)
Mutual labels:  components, jsx
vulma
Vue + Bulma = Vulma
Stars: ✭ 43 (-93.7%)
Mutual labels:  components, bulma
Design System
Priceline.com Design System
Stars: ✭ 604 (-11.57%)
Mutual labels:  components
Shards React
⚛️A beautiful and modern React design system.
Stars: ✭ 639 (-6.44%)
Mutual labels:  components
Rjsx Mode
A JSX major mode for Emacs
Stars: ✭ 604 (-11.57%)
Mutual labels:  jsx
React Projects
A collection of projects built on the React library
Stars: ✭ 602 (-11.86%)
Mutual labels:  jsx
Jsx Next
JSX for Vue 3
Stars: ✭ 660 (-3.37%)
Mutual labels:  jsx
Frend.co
Frend — A collection of accessible, modern front-end components.
Stars: ✭ 640 (-6.3%)
Mutual labels:  components
Css Components
☕️ A set of common UI Components using the power of CSS and without Javascript.
Stars: ✭ 592 (-13.32%)
Mutual labels:  components
Ui Playbook
The documented collection of UI components 🤓
Stars: ✭ 561 (-17.86%)
Mutual labels:  components

Bloomer

==================================

LICENSE NPM Downloads NPM Version Build Status Coverage Status Gluten Status

A cool set of React Stateless components for Bulma

Install

Bulma should be included in your project.

Using NPM

$ npm install bloomer --save

Using Yarn

$ yarn add bloomer

Using CDN

<html>
  <head>
    ...
  </head>
  <body>
    Other libraries
    <script type="text/javascript" src="https://unpkg.com/bloomer/bundles/bloomer.min.js">
    Cutom code
  </body>
</html>

Usage

import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { Container, Box  } from 'bloomer';

ReactDOM.render(
  <Container>
    <Box>Hello World!</Box>
  </Container>,
  document.getElementById('root')
);

Documentation

The online documentation resides in bloomer page, you can find all the different topics related to this library.

Sections

Buy me a beer

Donate

Contributions

All contributions are welcome send your PR and Issues.

License

This is a open-source software licensed under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].