Code Monkey home page Code Monkey logo

hiromi's Introduction

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

hiromi's People

Contributors

cam-stitt avatar king-smith avatar guyc avatar jiangzhu78 avatar soloman1124 avatar

Stargazers

Andrew Akeroyd avatar Radu Ciocan avatar Huy Nguyen Quang avatar Brandon Lorenz avatar  avatar Miki Oracle avatar Mathieu M-Gosselin avatar Will Sahatdjian avatar  avatar  avatar Nikolaus Schlemm avatar Malte Pahl avatar Gonçalo Margalho avatar

Watchers

 avatar James Cloos avatar Andrew Akeroyd avatar  avatar  avatar Kenneth A avatar Suchandra Chakraborty avatar Stephen Burns avatar Chintan avatar  avatar Adam Goldin avatar Gareth Chainey avatar Murf avatar  avatar  avatar Daniel Pedroso avatar Anthony Miller avatar  avatar Felipe Drumond avatar

hiromi's Issues

Warnings passing CardFooter

Trying to pass CardFooter through props

  <Card
        className="is-full-width"
        title={this.fullName + ' ' + action}
        footer={<CardFooter>something</CardFooter>}>
        <div>{detail}</div>
        <div>{this.time}</div>
      </Card>

results in a type warning, and doesn't render:

warning.js:44Warning: Failed propType: Invalid prop `footer` of type `Object` supplied to `Card`, expected instance of `CardFooter`. Check the render method of `HistoryTile`.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.