0.3.1 • Published 5 years ago

@pulsar-ui/theme-default v0.3.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

@pulsar-ui/the

Pulsar UI is just another UI library ¯\(ツ)/¯ using CSS in JS to provide a highly reusable and themeable experience.

This theme is currently built for styled-components but in the future it will be agnostic.

Build Status License

Installation

npm i @pulsar-ui/core @pulsar-ui/theme-default

Usage

import React from "react";
import { ThemeProvider } from "@pulsar-ui/core/styled";
import Avatar from "@pulsar-ui/core/Avatar";
import Theme from "@pulsar-ui/theme-default"; // 

export const App = (props) => (
  <ThemeProvider theme={Theme}>
    <Avatar src="https://placekitten.com/100/100" />
  </ThemeProvider>
)

Currently it is just a small set of elements but it will grow over time because this UI will be used in all sorts of projects.

License

MIT license

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!