This is an idea for a Twitter clone for programmers, similar to how Dribbble is twitter for designers. It'll most likely not feature any images other than people's avatars, and no videos, or audio. Just text. 'Cause we're coders.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
633 B

<block class="!gap-0 border-t-1 border-gray-600">
<form action="/api/message/new" method="POST">
<bar class="justify-end">
<button class="!p-1" type="button">Discard</button>
<button class="!p-1" type="submit">Post</button>
</bar>
<block class="!p-0 gap-2 mb-2">
<textarea name="text" class="border-1 border-gray-500" rows="10" placeholder="Type your message"></textarea>
</block>
</for>
<bar class="!p-1 mt-2 bg-gray-400 justify-evenly rounded-full">
<img src="/icons/message-square.svg" />
<img src="/icons/curly-braces.svg" />
<img src="/icons/users.svg" />
</bar>
</block>