iztech-design-system-neo
Version:
Design System of project IZtech
37 lines (32 loc) • 739 B
JavaScript
const CTA_BTN = {
READ: "Read book",
GET: "Get book",
BUY: "Buy book",
CONTACT: "Contact to buy",
}
const SECTION = {
DEFAULT_TITLE: "Selective E-Documents",
DEFAULT_SUBTITLE: "Varied and Quality E-Documents library",
DEFAULT_BTN_VIEW_MORE: "View other books",
}
const LIST = {
FILTER_SECTION: {
TITLE: "Search book",
SUBTITLE:
"Below is topic of all books in E-Documents Library. Let's find out the one you interested.",
},
TITLE_PREFIX: "Library",
}
const DETAIL = {
SECTION_INFORMATION_TITLE: "Information of the book",
TAB_RELATED_BOOK_TITLE: "Related ebooks",
}
export default {
CTA_BTN,
SECTION,
LIST,
DETAIL,
TITLE: "E-Book",
TITLE_SHORT: "Book",
TITLE_LONG: "E-Documents",
}