New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hiromi

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hiromi

React components for Bulma. http://bulma.io/

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
888
decreased by-29.97%
Maintainers
4
Weekly downloads
 
Created
Source

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;
}

Keywords

FAQs

Package last updated on 26 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc