Socket
Socket
Sign inDemoInstall

beardy-components

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beardy-components

My React Component library.


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Beardy Components

A react component library for simple sites.

What makes Beardy Components different? Beardy Components has two categories of components. Base and Complex. Base components are your usual buttons, badges etc. Complex components are build up of the base components to create larges sections of a site (Like a footer).

Documentation: https://beardy-components.samuelbeard.net/


Installation

npm install --save beardy-components

Usage

Import individual components from 'beardy-components'.

import { Button } from 'beardy-components'

// ...

<Button>My Button</Button>

Development

To duplicate a component and automatically rename it, run:

npm generact

New Component Checklist

  • src/components/[ComponentName]/[ComponentName].js
  • src/components/[ComponentName]/index.js
  • src/components/[ComponentName]/README.mdx
  • Add new component to src/components/index.js

Default Styling Components

Put any styling that a user will want to change into the globalStyling.js.


To Do

  • Build components
  • Enable custom styling
    • Ask for a globalStyles.js?
    • Add unique classes to every element?
    • Provide a theme.css/theme.scss file?

Components to Build

Basics

  • Button
  • Alert
  • Badge
  • Breadcrumbs
  • Card
  • Modal
  • Toast

Form

  • Text Input

Typography

  • Paragraph
  • Anchor
  • Heading

Layout

  • Container
  • Row
  • Col
  • Section
  • Hero - Makes much larger headers?

Combined Components

  • Footer
  • Navbar

Keywords

FAQs

Package last updated on 06 Mar 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