Skip to content
/ tiles Public

Responsive & searchable tiles of lists (a React component)

License

Notifications You must be signed in to change notification settings

fervero/tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiles

A simple React component for displaying & searching lists of things. Utilizes Bootstrap 4 for RWD. Can be viewed live here.

Usage

//...
import Tiles from './Tiles/Tiles';
//...

    <Tiles model={MOCK_DATA} brand="HTTP Status Codes"/>
//...

Where brand is the name displayed on the component's navbar, and model is an array of tiles to display. Every tile has the following shape:

tile = { name, entries }

where name is the name of the tile, and entries is, again, an array of objects of the following shape:

entry = { description, externalURL }

Both description and externalURL (optional) are strings.

About

Responsive & searchable tiles of lists (a React component)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published