funda-ui
Version:
React components using pure Bootstrap 5+ which does not contain any external style and script libraries.
13 lines (11 loc) • 540 B
JavaScript
const config = {
hoursTitle: "Hours",
minutesTitle: "Minutes",
secondsTitle: "Seconds",
week: ["MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN"],
weekFull: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"],
months: ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"],
monthsFull: ["January", "Febuary", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
today: "Today"
};
module.exports = config;