Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brightleaf/elements

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightleaf/elements

React UI elements styled with Bulma CSS

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6.4K
increased by0.41%
Maintainers
1
Weekly downloads
 
Created
Source

@brightleaf/elements

React based UI elements using bulma css.

Currently Implemented

  • AutoComplete
  • Box
  • Breadcrumb
  • Button
  • Card
  • Columns
  • Column
  • Container
  • Content
  • Control
  • Delete
  • DropDown
  • Field
  • Footer
  • Heading
  • Hero
  • Icon
  • Image
  • Level
  • MediaObject
  • Menu
  • Message
  • Modal
  • NavBar
  • Notification
  • Pagination
  • Panel
  • Section
  • SubTitle
  • Table
  • Tabs
  • Tags
  • Tile
  • Title

Getting Started

import React from 'react'
import { Hero, HeroBody, Title, SubTitle  } from '@brightleaf/elements'
import { useStyleSheet , useScript } from '@brightleaf/react-hooks'

export default () => {
  useStyleSheet(
    'https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css'
  )
  useScript('https://kit.fontawesome.com/your-font-awesome-kit.js')
  return (
    <Hero isWarning>
      <HeroBody>
        <Title>Brightleaf Elements</Title>
        <SubTitle as="h4">Bulma Styled React Components</SubTitle>
      </HeroBody>
    </Hero>
  )
}

example

More information

Docs Templates CodeSandbox

Keywords

FAQs

Package last updated on 19 Sep 2019

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