0.1.8 • Published 5 years ago

blip-react-components v0.1.8

Weekly downloads
21
License
MIT
Repository
-
Last release
5 years ago

Blip React Components

This repo is a wrapper of a blip-tookit.

Components Avaible

BlipCard

The blipcard is a card used to show a bots information in a platform

Usage

In the case bellow the image is setting with a url

<BlipCard title="Some Title" image="https://cdn3.iconfinder.com/data/icons/web-and-seo-11-1/65/549-512.png" smallTitle="Some small" />

alt

You can set a image using a SVG file, see bellow:

import Avatar from "./images/avatar.svg"; <BlipCard title="Avatar" image={Avatar} smallTitle="With svg file" />

alt

AttributeDescriptionTypeRequired
titleCard Titlestringfalse
imageThe avatar image, may be the url or the Svg Filestring/SVG filefalse
samllTitleThe card Subtitlestringfalse

If you using more than one card you can agroup them in a container, to use this container is simple see the code bellow:

<BlipCardContainer> <BlipCard title="Some Title" smallTitle="Some small" /> <BlipCard title="Some Title" smallTitle="Some small" /> <BlipCard title="Some Title" smallTitle="Some small" /> <BlipCard title="Some Title" smallTitle="Some small" /> <BlipCard title="Some Title" smallTitle="Some small" /> <BlipCard title="Some Title" smallTitle="Some small" /> <BlipCard title="Some Title" smallTitle="Some small" /> <BlipCard title="Some Title" smallTitle="Some small" /> <BlipCard title="Some Title" smallTitle="Some small" /> <BlipCard title="Some Title" smallTitle="Some small" /> </BlipCardContainer>

alt

Blip Input

This component still in development so the features are not finished

Usage

<BlipInputReact />

alt

Blip Loading

This is just a load, there is no reason to be complex

Usage

<BlipLoading />

alt

Blip Header

Using to be title <h1> of Blip

Usage

<PageHeader>Some text in Header</PageHeader>

alt

0.1.8

5 years ago

0.1.7

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago