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

stardust

Package Overview
Dependencies
Maintainers
12
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stardust

Semantic UI components for React.

  • 0.12.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by25%
Maintainers
12
Weekly downloads
 
Created
Source

Stardust Code Climate Gemnasium Circle CI

A React component library based on the delightful and easy-to-use Semantic UI.

Getting Started

Hey, we're in development. Minor versions may introduce breaking changes until the v1.0 release.

Installation

npm i stardust -S

Usage

For more complete examples, check out the Doc Site.

ES6

import React, { Component } from 'react'
import { Button } from 'stardust'

export default class TryStardust extends Component {
  render() {
    return <Button>Hello</Button>
  }
}

Support

Elements

  • Button
  • Container
  • Divider
  • Flag
  • Header
  • Icon
  • Image
  • Input
  • Label
  • List
  • Loader
  • Rail
  • Reveal
  • Segment
  • Step

Collections

  • Breadcrumb
  • Form
  • Grid
  • Menu
  • Message
  • Table

Views

  • Advertisement
  • Card
  • Comment
  • Feed
  • Item
  • Statistic

Modules

  • Accordion
  • Checkbox
  • Dimmer
  • Dropdown
  • Embed
  • Modal
  • Nag
  • Popup
  • Progress
  • Rating
  • Search
  • Shape
  • Sidebar
  • Sticky
  • Tab
  • Transition

Behaviors

  • API (not supported)
  • Form Validation
  • Visibility (not supported)

Development

Start by cloning this repo and installing dependencies:

git clone git@github.com:TechnologyAdvice/stardust.git
cd stardust
npm install               # or simply npm i

Once dependencies are installed, start the application with:

npm start

This will start a Webpack Dev Server which will watch your JS files for changes and automatically transpile, lint and provide source maps for development.

Commands

For a listing of development commands use the following:

npm run                   # list npm commands 
gulp help                 # list gulp commands

Releasing

On the latest clean master:

npm run release:major
npm run release:minor
npm run release:patch

Contributing

Before submitting PRs please review our Component Guidelines and Roadmap.

FAQs

Package last updated on 16 Mar 2016

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