martylouis / mini-calendar-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BA Mini Calendar

How to Use

Clone locally and install packages with npm or Yarn

npm install
# or
yarn

Run production build

npm run build
npm run start
#or
yarn build
yarn start

Run dev build

npm run dev
# or
yarn dev

List of class names

Section Description
.ba-mc Component wrapper
.ba-mc__header Header section
.ba-mc__calendar Calendar section
.ba-mc__schedule Schedule section
.ba-mc__footer Footer section
Header Section Description
.ba-mc__header Header section
.ba-mc__nav Navigation controls
.ba-mc__nav-month Month and Year
.ba-mc__nav-buttons Wraps navigation control buttons
.ba-mc__nav-button Buttons with SVGs
.ba-mc__nav-button--prev Navigation control button to go to previous month
.ba-mc__nav-button--next Nav control button to go to next month
Calendar Section Description
.ba-mc__calendar Calendar section
Schedule Section Description
.ba-mc__schedule Schedule section
Footer Section Description
.ba-mc__footer Footer section

About


Languages

Language:JavaScript 58.5%Language:SCSS 41.5%