Code Monkey home page Code Monkey logo

legendary-react-components's Introduction

Legendary Components version 0.0.1

This library is meant as a quick refrence to react components and pages designs i mostly use.I decided to share. Have Fun. Send me an email for any clarifications at: [email protected]

The main style sheet used is W3.css.
A custom css style sheet is also included. Cust.css.
Link The Files in the index html.To use some icons knowledge of react icons, library is required

Components Will be added over time. Note that the comoponents havent been packaged. Instead the undelying code is given this is to enable easy modification of the components.

1.Top Bars :Top bar components for more information. 2.Forms: Form components mostly used.

Top Bars

Top Bars

All Top Bars. top Bars

Info Top Bar

The Info Top bar has the mess prop and color prop. The default values can be changed and new props can be added. uses the w3 color classes.

The default Message is Legendary Component

The default color is Blue.

```jsx
const  InfoTopBar = ({ mess, color }) => {
mess = mess || "Legendary Components";
color = color || "w3-blue";
return (
<div  className={`w3-bar ${color} w3-card`}>
<h3  className="w3-center">{mess}</h3>
</div>
);
};

legendary-react-components's People

Contributors

philidephia avatar arthur-codex avatar bonganimasemola avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.