Skip to content

Paper

Surface container with elevation or outline.

import { Paper } from '@truongdq01/ui';
<Paper elevation={2} style={{ padding: 16 }}>
Content
</Paper>;
  • Refer to the component props in the API reference or source for advanced configuration.