• Stars
    star
    219
  • Rank 181,133 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React configurable animated svg buttons

React SVG buttons

Version

This package provides a <MorphIcon /> component used to compose available buttons, it's able to morph from whatever icon type to another one.

The <MorphIcon /> component exposes 18 icon types.

It also provides a set of button components.

Please, take a look at the demo.

Installation

npm install --save react-svg-buttons

Usage

import { render } from 'react-dom'
import {
    MorphIcon,
    CloseButton,
    NavButton,
    PlusButton,
} from 'react-svg-buttons'

const Demo = () => (
    <div>
        <MorphIcon type="thunderbolt" />
        <CloseButton />
        <NavButton direction="right" opened={false} />
        <PlusButton />
    </div>
)

render(<Demo />, document.getElementById('demo'))

License

MIT. Copyright (c) 2015 Raphaël Benitte.

More Repositories

1

nivo

nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries
TypeScript
12,500
star
2

mozaik

Mozaïk is a tool based on nodejs / react / redux / nivo / d3 to easily craft beautiful dashboards
JavaScript
3,607
star
3

go-gitlab-client

A Go gitlab API client & powerful CLI written in Go
Go
125
star
4

wiremock-ui

An unofficial UI for WireMock
TypeScript
125
star
5

mozaik-demo

Sample mozaïk app with two dashboards
JavaScript
102
star
6

nivo-api

Rendering API for nivo dataviz React/d3 components
JavaScript
97
star
7

thumbor-toy

A reactjs based app to play with thumbor filters/resize
JavaScript
85
star
8

go-jira-client

A simple jira api client written in Go
Go
30
star
9

mozaik-ext-gitlab

Mozaïk GitLab widgets
JavaScript
19
star
10

node-firewall

Unobtrusively handles security based on roles (authorization) plus authentication initialization
JavaScript
17
star
11

mozaik-ext-github

Mozaïk github widgets
JavaScript
11
star
12

mozaik-ext-jenkins

Mozaïk jenkins widgets
JavaScript
10
star
13

flambo

The open-source content aggregation platform.
JavaScript
10
star
14

cloud-pie

AWS cloud vizualisation tool
JavaScript
9
star
15

mozaik-ext-time

Mozaïk time/calendar widgets
JavaScript
9
star
16

edikit

A set of components and utilities to build editor like UIs
TypeScript
8
star
17

nivo-graph-editor

An experimental visual graph editor for nivo charts.
TypeScript
8
star
18

mozaik-ext-weather

Mozaïk weather widgets
JavaScript
8
star
19

moxx

moxx is a tool to easily mock your external APIs
JavaScript
7
star
20

compoz

compoz is a page builder built on top of React
TypeScript
7
star
21

node-gitlab-cli

full featured gitlab cli
JavaScript
6
star
22

beats-brewer

TypeScript
6
star
23

gosnap

📷 gosnap is a go package to perform snapshot testing
Go
5
star
24

mozaik-ext-json

A Mozaïk extension providing generic widgets to be used to display remotely fetched json data
JavaScript
5
star
25

3x3

d3js meets threejs
JavaScript
5
star
26

astro

A flowdock nodejs bot
JavaScript
4
star
27

mozaik-ext-twitter

Mozaïk twitter widgets
JavaScript
4
star
28

nivo-api-docker

Docker image for the nivo API
4
star
29

mozaik-generator

Mozaïk Yeoman generator
JavaScript
4
star
30

cucurbit

Run cucumber-js tests from your browser
JavaScript
4
star
31

yuzu

A tasty CMS based on Neo4j / Koa / Reactjs
JavaScript
4
star
32

mozaik-ext-crypto-currencies

Mozaik crypto currencies dashboard POC
JavaScript
3
star
33

tsung-react-stats

Display tsung stats from json report
JavaScript
3
star
34

textree

🌳 Pretty print nested trees in go
Go
3
star
35

phonograph

A training project to play with neo4j/go/reactjs
JavaScript
3
star
36

go-github-client

A simple github api client written in Go (golang)
Go
3
star
37

mozaik-ext-travis

Mozaïk travis widgets
JavaScript
3
star
38

mozaik-ext-aws

Mozaïk AWS widgets
JavaScript
2
star
39

mozaik-website

Mozaïk website sources
JavaScript
2
star
40

protofight

reactjs based application prototype
JavaScript
2
star
41

mozaik-ext-sensu

Mozaïk sensu widgets
JavaScript
2
star
42

godiscogs

Go discogs API client
Go
2
star
43

restnest

javascript rest client
JavaScript
2
star
44

mozaik-ext-heroku

Mozaïk heroku widgets
JavaScript
2
star
45

Okey.js

javascript validation
JavaScript
1
star
46

Coolor.js

Manage colors in javascript
JavaScript
1
star
47

tablo

A simple monitoring dashboard using Node.js
JavaScript
1
star
48

mozaik-ext-demo-template

Template for Mozaïk extension demo
JavaScript
1
star
49

Bag.js

simple validator for javascript config objects
JavaScript
1
star
50

pompoco

Go
1
star
51

mozaik-ext-minio

Mozaik widgets for Minio object storage
JavaScript
1
star
52

mozaik-themes

Official themes for Mozaïk
CSS
1
star
53

go-marto

golang based http stress tool
CSS
1
star
54

hound

Hound track your coding activity by consuming common developer tools apis
Go
1
star