0.4.0 • Published 7 years ago

hiromi v0.4.0

Weekly downloads
19
License
ISC
Repository
github
Last release
7 years ago

hiromi

Named so because of the original voice actress of Bulma in Dragonball, Hiromi Tsuru

React components for Bulma.

It's still in the early stages of development and is subject to breaking changes.

To run the docs:

npm run docs

To build the production files:

npm run build

helpers

Every component has a bunch of helper properties attached to them. Note that some of these properties may not effect the style. We made this a default for all components as it allows for less duplication as well as the ability to cover all helpers for all components. Also, Bulma does not give a detailed list of which element has what modifiers. For the full list of modifier classes, go here.

components

  • Button
  • Checkbox
  • Content
  • Control
  • Icon
  • Input
  • Label
  • Link (Anchor element, similar to Button in style)
  • Radio
  • Textarea
  • Select
  • Box
  • Notification
  • Progress
  • Tag
  • Titles
  • Image
  • Card
  • Level
  • Media
  • Menu
  • Message
  • Nav
  • Pagination
  • Panel
  • Tabs
  • Container
  • Hero
  • Section
  • Footer
  • Grid
  • Tiles
  • Shared helpers - In progress
  • Modal
  • Modal Card

IE11 support

Bulma has an IE11 bug: modal-card elements will not scroll correctly. We have included a small fix here but it requires the following CSS:

.modal-card-shell {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  justify-content: center;
}
0.4.0

7 years ago

0.3.13

7 years ago

0.3.12

7 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago