connect-uikit
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

logo

Installation

yarn add @parishconnect/ui
# or
npm install @parishconnect/ui

Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { Button, ThemeProvider } from '@parishconnect/ui'

ReactDOM.render(
  <ThemeProvider>
    <Button>This is a nice looking button!</Button>
  <ThemeProvider>,
  document.getElementById('root')
)

Theming

ParishKit is built with theming in mind. It uses it's own theming internally to change things like primary theme colors and dark mode but since it uses styled-system under the hood, theming is as easy as using a different ThemeProvider. Check out /src/theme/ThemeProvider.tsx for an example on how to do that.

Server Side Rendering

ParishKit supports SSR out of the box without any configuration. This is made possible by emotion

License

ParishKit is released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i connect-uikit

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

1.97 MB

Total Files

483

Last publish

Collaborators

  • hennessyevan