Back to package cataloglayout
@frontend_mono/awwwards-projects
Awwwards projects component
Install
npm i @frontend_mono/awwwards-projectsUsage
import awwwardsProjects from '@frontend_mono/awwwards-projects'<awwwardsProjects />Demo props
const projects = [
{ title: 'Atlas', subtitle: 'Design & Dev', src: 'https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=800', color: '#0f172a' },
{ title: 'Noon', subtitle: 'Brand Site', src: 'https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=800', color: '#334155' }
]<awwwardsProjects projects={projects} />