1.2.6 • Published 1 year ago

events.mlai v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

event.mlai

Table of Contents


Description

A component library made with React


Getting Started

To get started with this project, you'll need to have Node.js installed on your machine. Once you have Node.js set up, you can clone this repository and install the dependencies by running the following commands:

  1. git clone https://github.com/Mathieu-ai/ListEvents
  2. cd ListEvents
  3. npm i, yarn install or pnpm i

Usage

Classes:

ClassesExplanation
dateDate of the events
event-listWrapper for the main content of the page
event-itemEvent Card
item-timeWrapper of the title and time of the event
item-time-startStarting time (hours) of the event
item-time-endEnding time (hours) of the event
item-titleTitle of the event
item-topicWrapper of the event's topic
item-roomWrapper of the event's room
item-descriptionWrapper of the event's description

Example:

import { EVENTS } from 'events.mlai';

function App() {
    return (
        <div className="App">
            <div>
                <EVENTS url="https://api-url"></EVENTS>
            </div>
        </div>
    );
}

License

This project is licensed under the MIT License.

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.8

1 year ago

1.1.6

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.1

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago