0.1.1 • Published 4 years ago

@rock-kit/ui-alerts v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

category: packages

ui-alerts

npm  build-status  MIT License  Code of Conduct

An alert component.

Components

The ui-alerts package contains the following:

Installation

yarn add @rock-kit/ui-alerts

Usage

import React from 'react'
import { Alert } from '@rock-kit/ui-alerts'

const MyAlert = function () {
  return (
    <Alert>Hello alert</Alert>
  )
}