Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/atherosai/ui/react-examples/components/

CardScrollSnap.tsx /cody/atherosai/ui/react-examples/components/CardScrollSnap.tsx
332 Views
0 Comments
import React, { useState } from 'react';

const CardScrollSnap = () => {
return (
<>
<div className='con
Container.tsx /cody/atherosai/ui/react-examples/components/Container.tsx
442 Views
0 Comments
import React from 'react';

const Container = ({ children }) => {
return <>
<span className='container'>

CustomRadio.tsx /cody/atherosai/ui/react-examples/components/CustomRadio.tsx
427 Views
0 Comments
import React from 'react';

const CustomRadio = () => {

}
CustomSliderRange.tsx /cody/atherosai/ui/react-examples/components/CustomSliderRange.tsx
369 Views
0 Comments
import React, { useState } from 'react';

const CustomRange = () => {
const [value, setValue] = useState(50);
return (

ProfileCard.tsx /cody/atherosai/ui/react-examples/components/ProfileCard.tsx
405 Views
0 Comments
import React from 'react';

export const ProfileCard = () => {
return (
<div className="card">
<div clas
ThemeButton.tsx /cody/atherosai/ui/react-examples/components/ThemeButton.tsx
385 Views
0 Comments
import React from 'react';
import classnames from 'classnames';
import s from '@components/ThemeSwitcher.module.scss';

const Th
ThemeSwitcher.module.scss /cody/atherosai/ui/react-examples/components/ThemeSwitcher.module.scss
385 Views
0 Comments
.theme-button {
background-color: #FFF;
color: #464A51;
border-radius: 8px;
display: flex;
align-items: cent
ThemeSwitcher.tsx /cody/atherosai/ui/react-examples/components/ThemeSwitcher.tsx
391 Views
0 Comments
import React, { useState } from 'react';
import classnames from 'classnames';
import s from '@components/ThemeSwitcher.module.sc
global.scss /cody/atherosai/ui/react-examples/components/global.scss
393 Views
0 Comments
body {
margin: 0;
font-family: 'Lato', sans-serif;
font-weight: 400;
}
notification-01 /cody/atherosai/ui/react-examples/components/notification-01/
1 Items
  • index.tsx