UNPKG

@krowdy/kds-assets

Version:

React components that implement Google's Material Design.

88 lines (83 loc) 4.34 kB
/** @license Krowdy-UI v0.0.73 * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export { default as NewMessage } from './messaging/NewMessage'; export * from './messaging/NewMessage'; export { default as SendingEmails } from './messaging/SendingEmails'; export * from './messaging/SendingEmails'; export { default as SentMessages } from './messaging/SentMessages'; export * from './messaging/SentMessages'; // --------------------------------------------------------------- export { default as DashedLine } from './background/DashedLine'; export * from './background/DashedLine'; export { default as Banner } from './background/company/Banner'; export * from './background/company/Banner'; // --------------------------------------------------------------- export { default as Alien } from './misc/Alien'; export * from './misc/Alien'; export { default as Analysis } from './misc/Analysis'; export * from './misc/Analysis'; export { default as Candidate } from './misc/Candidate'; export * from './misc/Candidate'; export { default as CustomerService } from './misc/CustomerService'; export * from './misc/CustomerService'; export { default as FinancialAnalyst } from './misc/FinancialAnalyst'; export * from './misc/FinancialAnalyst'; export { default as JobInterview } from './misc/JobInterview'; export * from './misc/JobInterview'; export { default as Map } from './misc/Map'; export * from './misc/Map'; export { default as SearchEngine } from './misc/SearchEngine'; export * from './misc/SearchEngine'; export { default as SocialMedia } from './misc/SocialMedia'; export * from './misc/SocialMedia'; export { default as StartUpRocket } from './misc/StartUpRocket'; export * from './misc/StartUpRocket'; export { default as UnderConstruction } from './misc/UnderConstruction'; export * from './misc/UnderConstruction'; export { default as UserGroup } from './misc/UserGroup'; export * from './misc/UserGroup'; export { default as Time } from './misc/Time'; export * from './misc/Time'; export { default as EmptyBox } from './misc/EmptyBox'; export * from './misc/EmptyBox'; export { default as Location } from './misc/Location'; export * from './misc/Location'; // --------------------------------------------------------------- export { default as Thinking } from './neutral/Thinking'; export * from './neutral/Thinking'; // --------------------------------------------------------------- export { default as Career } from './success/Career'; export * from './success/Career'; export { default as GirlSwimming } from './success/GirlSwimming'; export * from './success/GirlSwimming'; export { default as GreatIdeaSpotlight } from './success/GreatIdeaSpotlight'; export * from './success/GreatIdeaSpotlight'; export { default as GreatIdeaStar } from './success/GreatIdeaStar'; export * from './success/GreatIdeaStar'; export { default as Motivation } from './success/Motivation'; export * from './success/Motivation'; export { default as StartUp } from './success/StartUp'; export * from './success/StartUp'; export { default as Success } from './success/Success'; export * from './success/Success'; export { default as Winner } from './success/Winner'; export * from './success/Winner'; // --------------------------------------------------------------- export { default as Calendar } from './task/Calendar'; export * from './task/Calendar'; export { default as CheckingList } from './task/CheckingList'; export * from './task/CheckingList'; export { default as Coding } from './task/Coding'; export * from './task/Coding'; export { default as CoffeeLover } from './task/CoffeeLover'; export * from './task/CoffeeLover'; export { default as CreativeProcess } from './task/CreativeProcess'; export * from './task/CreativeProcess'; export { default as DataOrganization } from './task/DataOrganization'; export * from './task/DataOrganization'; export { default as FilesAndFolder } from './task/FilesAndFolder'; export * from './task/FilesAndFolder'; export { default as OnlyPresentation } from './task/OnlyPresentation'; export * from './task/OnlyPresentation'; export { default as PersonalData } from './task/PersonalData'; export * from './task/PersonalData'; export { default as VideoCall } from './task/VideoCall'; export * from './task/VideoCall';